home *** CD-ROM | disk | FTP | other *** search
- on getLastWords firstWord, whichItem
- set numWords to the number of words in whichItem
- return word firstWord to numWords of whichItem
- end
-
- on removeFromStage whichSprite
- set the locV of sprite whichSprite to 1000
- end
-
- on changeCast whichSprite, castName
- set the castNum of sprite whichSprite to the number of cast castName
- updateStage()
- end
-
- on goFrame whichFrame
- resetSpecialCursors()
- go(whichFrame)
- end
-
- on loopToFrame whichFrame
- go(whichFrame)
- end
-